home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / hotshot / hotshots.dcr / Scripts_13_scrShowImage_n.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  299 b   |  10 lines

  1. on showImage input
  2.   global imageSprites
  3.   set the member of sprite getAt(imageSprites, 2) to member input
  4.   puppetTransition("wipeout")
  5.   updateStage()
  6.   set the visible of sprite getAt(imageSprites, 1) to 1
  7.   set the visible of sprite getAt(imageSprites, 2) to 1
  8.   puppetTransition("wipeout")
  9. end
  10.